From 0d3954f6cf4eb9d289b57843534929ccc6ab047e Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Mon, 6 Nov 2006 22:35:27 +0000 Subject: [PATCH] (hook): Fix typos in docstring. --- lisp/cus-edit.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index 26d44ee3c3f..af4cc43daec 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el @@ -3664,7 +3664,7 @@ restoring it to the state of a face that has never been customized." ;;; The `hook' Widget. (define-widget 'hook 'list - "An emacs lisp hook." + "An Emacs Lisp hook." :value-to-internal (lambda (widget value) (if (and value (symbolp value)) (list value) @@ -4304,7 +4304,7 @@ This function does not save the buffer." (eq (get symbol 'force-value) 'rogue)))) (comment (get symbol 'saved-variable-comment))) - ;; Check REQUESTS for validity. + ;; Check REQUESTS for validity. (dolist (request requests) (when (and (symbolp request) (not (featurep request))) (message "Unknown requested feature: %s" request) -- 2.30.2